Closed
Bug 1800395
Opened 3 years ago
Closed 3 years ago
Fold nsNodeInfoManager::Init() into constructor
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
nsNodeInfoManager::Init() doesn't serve much of a purpose, separate from the constructor. It's always called immediately after the constructor, and it doesn't have any failure cases, so there's no reason to separate it out.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/53de0065a049
Fold nsNodeInfoManager::Init() into constructor. r=mccr8
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•